Remove one of the multiple occurrences of vcpus in the sxpr. This value is
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 7 Dec 2005 10:51:55 +0000 (10:51 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 7 Dec 2005 10:51:55 +0000 (10:51 +0000)
in ROUNDTRIPPING_CONFIG_ENTRIES, so there is no need for it to be mentioned
explicitly in sxpr() too.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py

index 0016f95893a2ae5837dd64b4821057df642b997d..13eae448b7cd1b0f56585d3acc01988f3b5a1362 100644 (file)
@@ -1041,7 +1041,6 @@ class XendDomainInfo:
             sxpr.append(['shutdown_reason', reason])
         if self.infoIsSet('cpu_time'):
             sxpr.append(['cpu_time', self.info['cpu_time']/1e9])
-        sxpr.append(['vcpus', self.info['vcpus']])
         sxpr.append(['online_vcpus', self.info['online_vcpus']])
             
         if self.infoIsSet('start_time'):